Locations
API Endpoint
https://locationsback.ccp.tienda/api/v1La interfaz para programación de la aplicación (API) Locations está desarrollada en Lumen 5.8 y está basada en arquitectura REST que utiliza el protocolo HTTP para proveer una interfaz uniforme, agnóstica a lenguajes de programación, orientado a recursos y con códigos de respuesta estandarizados. Todas las respuestas del API están en formato JSON y utiliza los códigos de respuesta del protocolo HTTP en los encabezados.
Warehouses ¶
Almacenes dados de alta en el API
Schema
{
"title": "body",
"type": "object",
"properties": {
"nombre": {
"description": "Nombre del almacen",
"type": "string",
"minLength": 3,
"maxLength": 60
},
"store_id": {
"description": "Id de la tienda en Locations",
"type": "integer",
"format": "int32"
}
},
"required": [
"store_id"
]
}Almacen creado
Schema
{
"title": "inline_response_200",
"type": "object",
"properties": {
"data": {
"title": "inline_response_200_data",
"type": "object",
"properties": {
"warehouse": {
"title": "Warehouse",
"description": "Objeto Almacenes",
"type": "object",
"properties": {
"id": {
"description": "Identificador del Almacen",
"example": 1,
"type": "integer",
"format": "int32"
},
"name": {
"description": "Nombre del Almacen",
"example": "Bodega E-Commerce",
"type": "string"
},
"store_id": {
"description": "Llave foranea de la tienda dentro de Locations",
"example": 30,
"type": "integer",
"format": "int32"
},
"created_at": {
"description": "Fecha de creación del almacen",
"example": "2019-10-29 18:43:46",
"type": "string"
},
"updated_at": {
"description": "Fecha de actualización del almacen",
"example": "2019-10-29 18:43:53",
"type": "string"
},
"store": {
"description": "Tienda asociada al almacen",
"example": {
"id": 30,
"created_at": "2018-05-07 12:04:54",
"updated_at": "2018-05-07 12:04:54",
"number": 10125,
"name": "E-COMMERCE"
},
"type": "object"
}
}
}
}
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No autenticado
Schema
{}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Guarda un almacenPOST/api/v1/warehouses/store
Guarda un almacen
Listado de objetos tipo Almacenes
Schema
{
"title": "inline_response_200_1",
"type": "object",
"properties": {
"http_code": {
"title": "HttpCode",
"description": "Código http de respuesta en el header",
"example": 200,
"type": "integer",
"format": "int32",
"enum": [
"200",
"400",
"401",
"404",
"500"
]
},
"data": {
"type": "array",
"items": {
"title": "Warehouse",
"description": "Objeto Almacenes",
"type": "object",
"properties": {
"id": {
"description": "Identificador del Almacen",
"example": 1,
"type": "integer",
"format": "int32"
},
"name": {
"description": "Nombre del Almacen",
"example": "Bodega E-Commerce",
"type": "string"
},
"store_id": {
"description": "Llave foranea de la tienda dentro de Locations",
"example": 30,
"type": "integer",
"format": "int32"
},
"created_at": {
"description": "Fecha de creación del almacen",
"example": "2019-10-29 18:43:46",
"type": "string"
},
"updated_at": {
"description": "Fecha de actualización del almacen",
"example": "2019-10-29 18:43:53",
"type": "string"
},
"store": {
"description": "Tienda asociada al almacen",
"example": {
"id": 30,
"created_at": "2018-05-07 12:04:54",
"updated_at": "2018-05-07 12:04:54",
"number": 10125,
"name": "E-COMMERCE"
},
"type": "object"
}
}
}
},
"first_page_url": {
"description": "URL de la primera pagina",
"example": "https://locationsback.ccp.tienda/api/v1/warehouses/getall?page=1",
"type": "string"
},
"from": {
"description": "numero de pagina",
"example": 1,
"type": "integer",
"format": "int32"
},
"last_page_url": {
"description": "URL de la ultima pagina",
"example": "https://locationsback.ccp.tienda/api/v1/warehouses/getall?page=1",
"type": "string"
},
"next_page_url": {
"description": "Siguiente pagina url",
"type": "string"
},
"path": {
"description": "URL base de la petición",
"example": "https://locationsback.ccp.tienda/api/v1/warehouses/getall",
"type": "string"
},
"per_page": {
"description": "Número de registros por página",
"example": 10,
"type": "integer",
"default": 10,
"minimum": 5,
"maximum": 100,
"format": "int32"
},
"prev_page_url": {
"description": "Pagina previa de petición",
"type": "string"
},
"to": {
"description": "Índice de fin",
"example": 1,
"type": "integer",
"format": "int32"
},
"total": {
"description": "Total de registros",
"example": 1,
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No autorizado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No se ha encontrado el recurso solicitado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Consultar listado de AlmacenesGET/api/v1/warehouses/getall
Consultar listado de Almacenes
- store_id
string(required)Identificador de tienda
Mensaje de eliminacion
Schema
{
"title": "inline_response_200_2",
"type": "object",
"properties": {
"http_code": {
"title": "HttpCode",
"description": "Código http de respuesta en el header",
"example": 200,
"type": "integer",
"format": "int32",
"enum": [
"200",
"400",
"401",
"404",
"500"
]
},
"data": {
"description": "Mensaje de eliminación",
"type": "array",
"items": {
"type": "object"
}
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No autorizado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No se ha encontrado el recurso solicitado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Elimina un Almacen de LocationsPOST/api/v1/warehouses/destroy
Elimina un Almacen de Locations
- warehouse_id
string(required)
WarehouseLocations ¶
Racks ubicados en el almacen
Listado de ubicaciones de Racks
Schema
{
"title": "inline_response_200_3",
"type": "object",
"properties": {
"http_code": {
"title": "HttpCode",
"description": "Código http de respuesta en el header",
"example": 200,
"type": "integer",
"format": "int32",
"enum": [
"200",
"400",
"401",
"404",
"500"
]
},
"data": {
"type": "array",
"items": {
"title": "WarehouseLocations",
"description": "Objeto Racks",
"type": "object",
"properties": {
"id": {
"description": "Identificador del Rack",
"example": 1,
"type": "integer",
"format": "int32"
},
"warehouse_id": {
"description": "Identificador del Almacen",
"example": 1,
"type": "integer",
"format": "int32"
},
"rack": {
"description": "Identificador de Rack",
"example": 1,
"type": "integer",
"format": "int32"
},
"block": {
"description": "Block del rack",
"example": 1,
"type": "integer",
"format": "int32"
},
"level": {
"description": "Nivel del rack",
"example": 1,
"type": "integer",
"format": "int32"
},
"side": {
"description": "Lado del rack",
"example": 1,
"type": "integer",
"format": "int32"
},
"mapped_string": {
"description": "Nombre del mapeado",
"example": "R01-B01-N01",
"type": "string"
},
"created_at": {
"description": "Fecha de creación",
"example": "2019-10-23 21:22:53",
"type": "string"
},
"updated_at": {
"description": "Fecha de actualización",
"example": "2019-11-22 01:14:22",
"type": "string"
},
"rack_id": {
"description": "Ifentificacor del Rack",
"example": 1,
"type": "integer",
"format": "int32"
},
"active": {
"description": "Indica si es activo el rack",
"example": false,
"type": "boolean"
},
"warehouse": {
"description": "Almacen dentro de Locations",
"example": {
"id": 1,
"name": "Bodega E-Commerce",
"store_id": 30,
"created_at": "2019-10-29 18:43:46",
"updated_at": "2019-10-29 18:43:53",
"store": {
"id": 30,
"created_at": "2018-05-07 12:04:54",
"updated_at": "2018-05-07 12:04:54",
"number": 10125,
"name": "E-COMMERCE"
}
},
"type": "object"
}
}
}
},
"first_page_url": {
"description": "URL de la primera pagina",
"example": "https://locationsback.ccp.tienda/api/v1/warehouselocations/getall?page=1",
"type": "string"
},
"from": {
"description": "numero de pagina",
"example": 1,
"type": "integer",
"format": "int32"
},
"last_page_url": {
"description": "URL de la ultima pagina",
"example": "https://locationsback.ccp.tienda/api/v1/warehouselocations/getall?page=163",
"type": "string"
},
"next_page_url": {
"description": "Siguiente pagina url",
"example": "https://locationsback.ccp.tienda/api/v1/warehouselocations/getall?page=2",
"type": "string"
},
"path": {
"description": "URL base de la petición",
"example": "https://locationsback.ccp.tienda/api/v1/warehouselocations/getall",
"type": "string"
},
"per_page": {
"description": "Número de registros por página",
"example": 10,
"type": "integer",
"default": 10,
"minimum": 5,
"maximum": 100,
"format": "int32"
},
"prev_page_url": {
"description": "Pagina previa de petición",
"type": "string"
},
"to": {
"description": "Índice de fin",
"example": 1,
"type": "integer",
"format": "int32"
},
"total": {
"description": "Total de registros",
"example": 1,
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No autorizado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No se ha encontrado el recurso solicitado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Consultar ubicaciones de RacksGET/api/v1/warehouselocations/getall
Consultar ubicaciones de Racks
- warehouse_id
string(required)Identificador de almacen
- per_page
string(required)Número de resultados por página
- order
string(required)Orden de resultados
- column
string(required)Nombre de la columna a ordenar
- page
string(required)Número de página a consultar
Schema
{
"title": "body_1",
"type": "object",
"properties": {
"blocks": {
"description": "Numero de blocks",
"type": "integer",
"format": "int32"
},
"levels": {
"description": "Numero de niveles",
"type": "integer",
"format": "int32"
},
"sides": {
"description": "Numero de lados",
"type": "integer",
"format": "int32"
},
"warehouse_id": {
"description": "Identificador del Almacen",
"type": "integer",
"format": "int32"
}
},
"required": [
"blocks",
"levels",
"sides",
"warehouse_id"
]
}Rack ubicado
Schema
{
"title": "inline_response_200_4",
"type": "object",
"properties": {
"data": {
"type": "object"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No autenticado
Schema
{}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Mapea un rackPOST/api/v1/warehouselocations/maplocations
Mapea un rack
Listado de ubicaciones de Racks
Schema
{
"title": "inline_response_200_5",
"type": "object",
"properties": {
"http_code": {
"title": "HttpCode",
"description": "Código http de respuesta en el header",
"example": 200,
"type": "integer",
"format": "int32",
"enum": [
"200",
"400",
"401",
"404",
"500"
]
},
"data": {
"type": "array",
"items": {
"title": "WarehouseRacks",
"description": "Objeto Racks",
"type": "object",
"properties": {
"id": {
"description": "Identificador del Rack",
"example": 1,
"type": "integer",
"format": "int32"
},
"warehouse_id": {
"description": "Identificador del Almacen",
"example": 1,
"type": "integer",
"format": "int32"
},
"rack": {
"description": "Identificador de Rack",
"example": 1,
"type": "integer",
"format": "int32"
},
"total_items": {
"description": "Itemns ubicados",
"example": 30,
"type": "integer",
"format": "int32"
}
}
}
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No autorizado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No se ha encontrado el recurso solicitado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Consultar Los racks de un almacenGET/api/v1/warehouselocations/getracks
Consultar Los racks de un almacen
- warehouse_id
string(required)Identificador de almacen
Listado de los bloques de un Rack
Schema
{
"title": "inline_response_200_6",
"type": "object",
"properties": {
"http_code": {
"title": "HttpCode",
"description": "Código http de respuesta en el header",
"example": 200,
"type": "integer",
"format": "int32",
"enum": [
"200",
"400",
"401",
"404",
"500"
]
},
"data": {
"type": "array",
"items": {
"title": "WarehouseBlocks",
"description": "Objeto Blocks",
"type": "object",
"properties": {
"id": {
"description": "Identificador del Rack",
"example": 1,
"type": "integer",
"format": "int32"
},
"rack": {
"description": "Identificador de Rack",
"example": 1,
"type": "integer",
"format": "int32"
},
"block": {
"description": "Identificador de Block",
"example": 1,
"type": "integer",
"format": "int32"
},
"level": {
"description": "Identificador de Nivel",
"example": 1,
"type": "integer",
"format": "int32"
},
"side": {
"description": "Identificador del Lado",
"example": 1,
"type": "integer",
"format": "int32"
},
"mapped_string": {
"description": "Nombre de la ubicacion",
"example": "1",
"type": "string"
},
"active": {
"description": "Indica si es activo el rack",
"example": false,
"type": "boolean"
},
"items_count": {
"description": "Numero de objetos ubicados",
"example": 30,
"type": "integer",
"format": "int32"
}
}
}
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No autorizado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No se ha encontrado el recurso solicitado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Consultar los blocks de un rackGET/api/v1/warehouselocations/getblocks
Consultar los blocks de un rack
- warehouse_id
string(required)Identificador de almacen
- rack
string(required)Identificador de rack
LocationVarations ¶
Variations de los productos
Listado de objetos tipo Almacenes
Schema
{
"title": "inline_response_200_7",
"type": "object",
"properties": {
"http_code": {
"title": "HttpCode",
"description": "Código http de respuesta en el header",
"example": 200,
"type": "integer",
"format": "int32",
"enum": [
"200",
"400",
"401",
"404",
"500"
]
},
"data": {
"type": "array",
"items": {
"title": "Variations",
"description": "Objeto Variations Productos",
"type": "object",
"properties": {
"id": {
"description": "Identificador del Producto",
"example": 1,
"type": "integer",
"format": "int32"
},
"name": {
"description": "Nombre del Producto",
"example": "Blusa Crop Estampada",
"type": "string"
},
"internal_reference": {
"description": "Referencia interna del producto",
"example": "102180805635372",
"type": "string"
},
"provider": {
"description": "Identificador de Proovedor",
"example": "9292",
"type": "string"
},
"colors_es": {
"description": "Color en español",
"example": "Negro",
"type": "string"
},
"family": {
"description": "Familia a la que pertenece el producto",
"example": "Blusas",
"type": "string"
},
"parent_name": {
"description": "Categoria padre del producto",
"example": "Mujer",
"type": "string"
},
"variations": {
"description": "Objeto de variaciond el producto",
"example": {
"id": 33888,
"product_id": 7479,
"name": "CH",
"sku": "1976362",
"stock": 0,
"price": "50.00",
"locations": {
"id": 2,
"variation_id": 33888,
"warehouselocation_id": 1056,
"warehouselocation": {
"id": 1056,
"mapped_string": "R16-A4-N5"
}
}
},
"type": "object"
},
"locations": {
"description": "Localizacion del producto",
"example": {
"id": 2,
"warehouselocation_id": 1056,
"product_id": 7479,
"warehouselocation": {
"id": 1056,
"mapped_string": "R16-A4-N5"
}
},
"type": "object"
},
"images": {
"description": "Imagenes del producto",
"example": {
"id": 34768,
"file": "325b5f9b88404b3.jpg",
"product_id": 7479
},
"type": "object"
}
}
}
},
"first_page_url": {
"description": "URL de la primera pagina",
"example": "https://locationsback.ccp.tienda/api/v1/warehouses/getall?page=1",
"type": "string"
},
"from": {
"description": "numero de pagina",
"example": 1,
"type": "integer",
"format": "int32"
},
"last_page_url": {
"description": "URL de la ultima pagina",
"example": "https://locationsback.ccp.tienda/api/v1/warehouses/getall?page=1",
"type": "string"
},
"next_page_url": {
"description": "Siguiente pagina url",
"type": "string"
},
"path": {
"description": "URL base de la petición",
"example": "https://locationsback.ccp.tienda/api/v1/warehouses/getall",
"type": "string"
},
"per_page": {
"description": "Número de registros por página",
"example": 10,
"type": "integer",
"default": 10,
"minimum": 5,
"maximum": 100,
"format": "int32"
},
"prev_page_url": {
"description": "Pagina previa de petición",
"type": "string"
},
"to": {
"description": "Índice de fin",
"example": 1,
"type": "integer",
"format": "int32"
},
"total": {
"description": "Total de registros",
"example": 1,
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No autorizado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No se ha encontrado el recurso solicitado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Consultar listado de ProductosGET/api/v1/locationvariation/getall
Consultar listado de Productos
- per_page
string(required)Número de resultados por página
- order
string(required)Orden de resultados
- column
string(required)Nombre de la columna a ordenar
- page
string(required)Número de página a consultar
- active
string(required)Indicador de producto activo
Listado de objetos tipo Almacenes
Schema
{
"title": "inline_response_200_8",
"type": "object",
"properties": {
"http_code": {
"title": "HttpCode",
"description": "Código http de respuesta en el header",
"example": 200,
"type": "integer",
"format": "int32",
"enum": [
"200",
"400",
"401",
"404",
"500"
]
},
"data": {
"example": {
"productsLocatedCount": 1131,
"warehousesCount": 1,
"storesCount": 222,
"warehouseLocationsCount": 1628
},
"type": "object"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No autorizado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No se ha encontrado el recurso solicitado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Consultar listado de ProductosGET/api/v1/locationvariation/getsummary
Consultar listado de Productos
Listado de objetos tipo Almacenes
Schema
{
"title": "inline_response_200_7",
"type": "object",
"properties": {
"http_code": {
"title": "HttpCode",
"description": "Código http de respuesta en el header",
"example": 200,
"type": "integer",
"format": "int32",
"enum": [
"200",
"400",
"401",
"404",
"500"
]
},
"data": {
"type": "array",
"items": {
"title": "Variations",
"description": "Objeto Variations Productos",
"type": "object",
"properties": {
"id": {
"description": "Identificador del Producto",
"example": 1,
"type": "integer",
"format": "int32"
},
"name": {
"description": "Nombre del Producto",
"example": "Blusa Crop Estampada",
"type": "string"
},
"internal_reference": {
"description": "Referencia interna del producto",
"example": "102180805635372",
"type": "string"
},
"provider": {
"description": "Identificador de Proovedor",
"example": "9292",
"type": "string"
},
"colors_es": {
"description": "Color en español",
"example": "Negro",
"type": "string"
},
"family": {
"description": "Familia a la que pertenece el producto",
"example": "Blusas",
"type": "string"
},
"parent_name": {
"description": "Categoria padre del producto",
"example": "Mujer",
"type": "string"
},
"variations": {
"description": "Objeto de variaciond el producto",
"example": {
"id": 33888,
"product_id": 7479,
"name": "CH",
"sku": "1976362",
"stock": 0,
"price": "50.00",
"locations": {
"id": 2,
"variation_id": 33888,
"warehouselocation_id": 1056,
"warehouselocation": {
"id": 1056,
"mapped_string": "R16-A4-N5"
}
}
},
"type": "object"
},
"locations": {
"description": "Localizacion del producto",
"example": {
"id": 2,
"warehouselocation_id": 1056,
"product_id": 7479,
"warehouselocation": {
"id": 1056,
"mapped_string": "R16-A4-N5"
}
},
"type": "object"
},
"images": {
"description": "Imagenes del producto",
"example": {
"id": 34768,
"file": "325b5f9b88404b3.jpg",
"product_id": 7479
},
"type": "object"
}
}
}
},
"first_page_url": {
"description": "URL de la primera pagina",
"example": "https://locationsback.ccp.tienda/api/v1/warehouses/getall?page=1",
"type": "string"
},
"from": {
"description": "numero de pagina",
"example": 1,
"type": "integer",
"format": "int32"
},
"last_page_url": {
"description": "URL de la ultima pagina",
"example": "https://locationsback.ccp.tienda/api/v1/warehouses/getall?page=1",
"type": "string"
},
"next_page_url": {
"description": "Siguiente pagina url",
"type": "string"
},
"path": {
"description": "URL base de la petición",
"example": "https://locationsback.ccp.tienda/api/v1/warehouses/getall",
"type": "string"
},
"per_page": {
"description": "Número de registros por página",
"example": 10,
"type": "integer",
"default": 10,
"minimum": 5,
"maximum": 100,
"format": "int32"
},
"prev_page_url": {
"description": "Pagina previa de petición",
"type": "string"
},
"to": {
"description": "Índice de fin",
"example": 1,
"type": "integer",
"format": "int32"
},
"total": {
"description": "Total de registros",
"example": 1,
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No autorizado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No se ha encontrado el recurso solicitado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Consultar listado de Productos1GET/api/v1/locationvariation/getlatest
Consultar listado de Productos
Listado de objetos tipo Almacenes
Schema
{
"title": "inline_response_200_7",
"type": "object",
"properties": {
"http_code": {
"title": "HttpCode",
"description": "Código http de respuesta en el header",
"example": 200,
"type": "integer",
"format": "int32",
"enum": [
"200",
"400",
"401",
"404",
"500"
]
},
"data": {
"type": "array",
"items": {
"title": "Variations",
"description": "Objeto Variations Productos",
"type": "object",
"properties": {
"id": {
"description": "Identificador del Producto",
"example": 1,
"type": "integer",
"format": "int32"
},
"name": {
"description": "Nombre del Producto",
"example": "Blusa Crop Estampada",
"type": "string"
},
"internal_reference": {
"description": "Referencia interna del producto",
"example": "102180805635372",
"type": "string"
},
"provider": {
"description": "Identificador de Proovedor",
"example": "9292",
"type": "string"
},
"colors_es": {
"description": "Color en español",
"example": "Negro",
"type": "string"
},
"family": {
"description": "Familia a la que pertenece el producto",
"example": "Blusas",
"type": "string"
},
"parent_name": {
"description": "Categoria padre del producto",
"example": "Mujer",
"type": "string"
},
"variations": {
"description": "Objeto de variaciond el producto",
"example": {
"id": 33888,
"product_id": 7479,
"name": "CH",
"sku": "1976362",
"stock": 0,
"price": "50.00",
"locations": {
"id": 2,
"variation_id": 33888,
"warehouselocation_id": 1056,
"warehouselocation": {
"id": 1056,
"mapped_string": "R16-A4-N5"
}
}
},
"type": "object"
},
"locations": {
"description": "Localizacion del producto",
"example": {
"id": 2,
"warehouselocation_id": 1056,
"product_id": 7479,
"warehouselocation": {
"id": 1056,
"mapped_string": "R16-A4-N5"
}
},
"type": "object"
},
"images": {
"description": "Imagenes del producto",
"example": {
"id": 34768,
"file": "325b5f9b88404b3.jpg",
"product_id": 7479
},
"type": "object"
}
}
}
},
"first_page_url": {
"description": "URL de la primera pagina",
"example": "https://locationsback.ccp.tienda/api/v1/warehouses/getall?page=1",
"type": "string"
},
"from": {
"description": "numero de pagina",
"example": 1,
"type": "integer",
"format": "int32"
},
"last_page_url": {
"description": "URL de la ultima pagina",
"example": "https://locationsback.ccp.tienda/api/v1/warehouses/getall?page=1",
"type": "string"
},
"next_page_url": {
"description": "Siguiente pagina url",
"type": "string"
},
"path": {
"description": "URL base de la petición",
"example": "https://locationsback.ccp.tienda/api/v1/warehouses/getall",
"type": "string"
},
"per_page": {
"description": "Número de registros por página",
"example": 10,
"type": "integer",
"default": 10,
"minimum": 5,
"maximum": 100,
"format": "int32"
},
"prev_page_url": {
"description": "Pagina previa de petición",
"type": "string"
},
"to": {
"description": "Índice de fin",
"example": 1,
"type": "integer",
"format": "int32"
},
"total": {
"description": "Total de registros",
"example": 1,
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No autorizado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No se ha encontrado el recurso solicitado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Consultar listado de ProductosGET/api/v1/locationvariation/getitemsinlocation
Consultar listado de Productos
- warehouse_id
string(required)Identificador del almacen
- mapped_string
string(required)Nombre del mapeo
Schema
{
"title": "body_2",
"type": "object",
"properties": {
"warehouse_id": {
"description": "Identificador del almacen",
"type": "integer",
"format": "int32"
},
"sku": {
"description": "SKU del producto",
"type": "string"
},
"mapped_string": {
"description": "Nombre de la ubicación",
"type": "string"
}
},
"required": [
"warehouse_id",
"sku",
"mapped_string"
]
}Producto ubicado
Schema
{
"title": "Product",
"description": "Objeto Productos",
"type": "object",
"properties": {
"id": {
"description": "Identificador del producto",
"example": 157,
"type": "integer",
"format": "int32"
},
"name": {
"description": "Nombre del producto",
"example": "Jeans Ultra Skinny",
"type": "string"
},
"internal_reference": {
"description": "Identificador interno del producto",
"example": "16900000550724",
"type": "string"
},
"variations": {
"description": "Variations del producto",
"example": {
"id": 754,
"name": "11",
"sku": "1726462",
"product_id": 157
},
"type": "object"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No autenticado
Schema
{}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Mapea un productoPOST/api/v1/locationvariation/locateitemscan
Mapea un producto
Ubicacion de un producto
Schema
{
"title": "inline_response_200_9",
"type": "object",
"properties": {
"http_code": {
"title": "HttpCode",
"description": "Código http de respuesta en el header",
"example": 200,
"type": "integer",
"format": "int32",
"enum": [
"200",
"400",
"401",
"404",
"500"
]
},
"data": {
"type": "array",
"items": {
"title": "ProductLocation",
"description": "Objeto ubicación de producto",
"type": "object",
"properties": {
"id": {
"description": "Identificador del producto",
"example": 157,
"type": "integer",
"format": "int32"
},
"name": {
"description": "Nombre del producto",
"example": "Jeans Ultra Skinny",
"type": "string"
},
"provider": {
"description": "Identificador interno del proceedor",
"example": "6406",
"type": "string"
},
"internal_reference": {
"description": "Identificador interno del producto",
"example": "16900000550724",
"type": "string"
},
"family": {
"description": "Familia a la que pertenece el producto",
"example": "Blusas",
"type": "string"
},
"parent_name": {
"description": "Categoria padre del producto",
"example": "Mujer",
"type": "string"
},
"colors_es": {
"description": "Color en español",
"example": "Negro",
"type": "string"
},
"locations": {
"description": "Objeto de localizacion",
"example": {
"id": 5287,
"product_id": 157,
"warehouselocation_id": 1,
"warehouselocation": {
"id": 1,
"mapped_string": "R1-A1-N1"
}
},
"type": "object"
},
"variations": {
"description": "Variations del producto",
"example": {
"id": 754,
"name": "11",
"sku": "1726462",
"stock": 11,
"product_id": 157
},
"type": "object"
},
"firstimg": {
"description": "Detalles de la imagen de producto",
"example": {
"id": 43835,
"product_id": 157,
"file": "325bd245b42083d.jpg"
},
"type": "object"
}
}
}
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No autorizado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No se ha encontrado el recurso solicitado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Obtener ubicacion de un productoGET/api/v1/locationvariation/getlocationsofproduct
Obtener ubicacion de un producto
- sku
string(required)SKU del producto
Schema
{
"title": "body_3",
"type": "object",
"properties": {
"warehouselocation_id": {
"description": "Identificador de la ubicación",
"type": "integer",
"format": "int32"
},
"sku": {
"description": "SKU del producto",
"type": "string"
}
},
"required": [
"warehouselocation_id",
"sku"
]
}Producto eliminado de la ubicación
Schema
{
"type": "object"
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No autenticado
Schema
{}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Elimina ubicacion de un productoPOST/api/v1/locationvariation/removeitemfromlocation
Elimina ubicacion de un producto
Descarga archivo
Schema
{
"title": "inline_response_200_10",
"type": "object",
"properties": {
"http_code": {
"title": "HttpCode",
"description": "Código http de respuesta en el header",
"example": 200,
"type": "integer",
"format": "int32",
"enum": [
"200",
"400",
"401",
"404",
"500"
]
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No autorizado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}No se ha encontrado el recurso solicitado
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error en petición
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Error interno
Schema
{
"title": "Error",
"description": "Objeto Error",
"type": "object",
"properties": {
"status": {
"title": "Status",
"description": "Estatus de la petición",
"example": "error",
"type": "string",
"enum": [
"error",
"fail"
]
},
"error": {
"title": "Error_error",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"type": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"http_code": {
"type": "integer",
"format": "int32"
}
}
}Obtener ubicacion de un productoGET/api/v1/locationvariation/printsticker
Obtener ubicacion de un producto
- product_id
string(required)Id del producto